📄️ Agents
What Is an Agent?
📄️ Embedding
Embeddings in VIDIZMO are numerical vector representations of content that capture semantic meaning. Similar content is placed close together in vector space, enabling semantic search to find related items without relying on exact keyword matches.
📄️ Nodes
Nodes are the functional units that make up a workflow in VIDIZMO Agentic AI. Each node carries out a specific action such as starting a workflow, processing information, applying logic, or interacting with an external service. By arranging and connecting nodes, you define how the workflow behaves from start to finish.
📄️ RAG
Retrieval-Augmented Generation (RAG) in VIDIZMO enables AI-powered chat bots and agents to answer user questions using your organization’s actual portal content videos, documents, transcripts, captions, and extracted text rather than relying solely on pre-trained AI knowledge. This makes responses more accurate, relevant, and verifiable.
📄️ Workflows
A workflow is a structured representation of a process, composed of nodes, edges (connections), and variables, connected to automate tasks. In VIDIZMO Agentic AI, workflows define how an agent executes tasks, interacts with external services, and generates responses in a chatbot.